loop counter造句
例句與造句
- Specifies an increment value for a loop counter
為循環(huán)計(jì)數(shù)器指定一個增量值。 - An optional initialization expression that assigns values to the loop counters
為循環(huán)計(jì)數(shù)器賦值的可選初始化表達(dá)式。 - An optional iteration expression that increments or decrements the loop counter
遞增或遞減循環(huán)計(jì)數(shù)器的可選迭代表達(dá)式。 - The outer loop decrements a loop counter variable each time through the loop
每循環(huán)一次,外部循環(huán)都使循環(huán)計(jì)數(shù)器變量遞減一次。 - Separates the beginning and ending values of a loop counter or of a value match range
分隔循環(huán)計(jì)數(shù)器或值匹配范圍的起始值和結(jié)束值。 - It's difficult to find loop counter in a sentence. 用loop counter造句挺難的
- Expression statement or statements to increment or decrement the loop counters . statement
用于遞增或遞減循環(huán)計(jì)數(shù)器的一條或多條表達(dá)式語句。 - This register contains a loop counter that is decremented on certain branch operations
這個寄存器中存放了一個循環(huán)計(jì)數(shù)器,會隨特定轉(zhuǎn)移操作而遞減。 - A comma - separated list of expressions or assignment statements to initialize the loop counters . expression
用于初始化循環(huán)計(jì)數(shù)器的表達(dá)式或賦值語句的逗號分隔列表。 - Loop , the order in which the fields of the object are assigned to the loop counter variable are not necessarily predictable or controllable
循環(huán)逐個通過對象的屬性時,將對象字段賦給循環(huán)計(jì)數(shù)器變量的順序不一定能預(yù)測或控制。 - Of course , you can run loops backward instead of forward , or increment the loop counter by something other than 1 , or even eliminate the loop counter completely as you do in a
當(dāng)然,也可以反向而不是正向運(yùn)行循環(huán),或者使用1之外的循環(huán)計(jì)數(shù)器增量,甚至像 - The loop that does the reverse comparisons must have a loop counter and this loop counter produces the descending shift value that can be used to perform the bad character shift
進(jìn)行逆序比較的循環(huán)必須有一個計(jì)數(shù)器,這個計(jì)數(shù)器產(chǎn)生用于“不匹配字符”的移動的遞減的位移值。 - The for has an initialization section shockingly , usually used for initializing variables , an iteration section usually a loop counter gets incremented here , and a test section used to test whether the loop should keep being executed or not
For ( )有一個初始化區(qū)(令人驚訝的是,初始化區(qū)常用于初始化變量) 、一個迭代區(qū)(通常在這里遞增循環(huán)計(jì)數(shù)器)和一個測試區(qū)(用于測試是否應(yīng)該繼續(xù)執(zhí)行循環(huán)) 。